-
-
Notifications
You must be signed in to change notification settings - Fork 250
fix(windows): use correct position/size on WM_DPICHANGED for Windows 11 #1056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(windows): use correct position/size on WM_DPICHANGED for Windows 11 #1056
Conversation
Package Changes Through 25e6491There are 1 changes which include tao with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
f0fa3c9 to
4b0d042
Compare
|
The same issue exists in winit and a PR with a similar fix was opened there a few days ago: rust-windowing/winit#4119 |
|
Thank you for this!! 🙏 |
Adjustments to the OS-suggested position are now only applied on Windows 10. They are not needed anymore on Windows 11. Fixes tauri-apps#1053, tauri-apps/tauri#10263, tauri-apps/tauri#12626.
4b0d042 to
25e6491
Compare
FabianLars
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge first, ask questions later - thanks for your contribution
Adjustments to the OS-suggested position are now only applied on Windows 10. They are not needed anymore on Windows 11.
Related issue for winit: rust-windowing/winit#4041
Fixes #1053, tauri-apps/tauri#10263, tauri-apps/tauri#12626.